GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-03T04:19:10.9354978+00:00",
"SubmitDate": "2026-03-03T04:19:10.9354978+00:00",
"ReportPeriodStart": "2026-03-03T04:19:10.9354978+00:00",
"ReportPeriodEnd": "2026-03-03T04:19:10.9354978+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "60490dbf-0cb9-427b-89f8-dc63efe1f8d4",
"Rows": [
{
"ItemId": "9b18a647-9406-4c9e-b0f5-28128ed9e5ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b18a647-9406-4c9e-b0f5-28128ed9e5ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "60490dbf-0cb9-427b-89f8-dc63efe1f8d4",
"Rows": [
{
"ItemId": "9b18a647-9406-4c9e-b0f5-28128ed9e5ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b18a647-9406-4c9e-b0f5-28128ed9e5ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"74b8e5b4-be02-4c20-adfe-003b72d1ce90",
"0e4e7af9-aa4b-488d-bc34-d3dda0d73f5a"
],
"Approvers": [
"89465eef-15b5-4948-99c1-d79ed1c208c8",
"0b673d3b-25e8-4273-a241-0919d4531e5a"
],
"ApprovedBy": "8e25aa18-a708-4ed8-8212-8d467dfeb63f",
"ApprovalDate": "2026-03-03T04:19:10.9354978+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6ef9610e-7303-47e4-9230-317220c34995",
"id": "5915db67-3f0a-4951-9095-5db53d2350ee",
"ConfigId": "2c860e1b-854a-4d20-b702-314ac90d7176"
},
{
"GenerationDate": "2026-03-03T04:19:10.9354978+00:00",
"SubmitDate": "2026-03-03T04:19:10.9354978+00:00",
"ReportPeriodStart": "2026-03-03T04:19:10.9354978+00:00",
"ReportPeriodEnd": "2026-03-03T04:19:10.9354978+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "60490dbf-0cb9-427b-89f8-dc63efe1f8d4",
"Rows": [
{
"ItemId": "9b18a647-9406-4c9e-b0f5-28128ed9e5ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b18a647-9406-4c9e-b0f5-28128ed9e5ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "60490dbf-0cb9-427b-89f8-dc63efe1f8d4",
"Rows": [
{
"ItemId": "9b18a647-9406-4c9e-b0f5-28128ed9e5ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b18a647-9406-4c9e-b0f5-28128ed9e5ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"74b8e5b4-be02-4c20-adfe-003b72d1ce90",
"0e4e7af9-aa4b-488d-bc34-d3dda0d73f5a"
],
"Approvers": [
"89465eef-15b5-4948-99c1-d79ed1c208c8",
"0b673d3b-25e8-4273-a241-0919d4531e5a"
],
"ApprovedBy": "8e25aa18-a708-4ed8-8212-8d467dfeb63f",
"ApprovalDate": "2026-03-03T04:19:10.9354978+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6ef9610e-7303-47e4-9230-317220c34995",
"id": "5915db67-3f0a-4951-9095-5db53d2350ee",
"ConfigId": "2c860e1b-854a-4d20-b702-314ac90d7176"
}
]